Html Css Color HEX #434A72 Port Gore

📋 copy color: '#434A72'

red 67 ◦ green 74 ◦ blue 114

#434A72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Port Gore #434A72

Tints of Port Gore #434A72

RGB

 RED value IS 67 (26.56% from 255) = 26.27%

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 26.27%
G = 29.02%
B = 44.71%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#434A72 (or 0x434A72) is known color: Port Gore. HEX triplet: 43, 4A and 72. RGB value is (67,74,114). Sum of RGB (Red+Green+Blue) = 67+74+114=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #434A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A72 is #BCB58D. Grayscale: #4C4C4C. Windows color (decimal): -12367246 or 7490115. OLE color: 7490115.

HSL color Cylindrical-coordinate representation of color #434A72: hue angle of 231.06º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434A72 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 74 114 -
CMYK 0.41 0.35 0 0.55
HSL 231.06º 0.26% 0.35% -
HSV(B) 231.06º 0.41% 0.45% -
XYZ 7.8 7.31 16.92 -
YUV 76.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 67 74 114 0.41 0.35 0 0.55 231.06 0.26 0.35
Hex 43 4A 72 29 23 0 37 E7 1A 23
Octal 103 112 162 51 43 0 67 347 32 43
Binary 1000011 1001010 1110010 101001 100011 0 110111 11100111 11010 100011

Color Harmonies of #434A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A72

Black with #434A72

Text Example


Text Example

White with #434A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434A72; }

 p { color: rgb(67,74,114); }

 H1.HeaderClassName
 {
   color: #434A72;
 }
 .AnyTagClassName
 {
   color: #434A72;
 }
</style>

background-color css

<style>
 a { background-color: #434A72; }

 a { background-color: rgb(67,74,114); }

 div.DivClassName
 {
   background-color: #434A72;
 }
 .BgClassName
 {
   background-color: #434A72;
 }
</style>

border-color css

<style>
 span { border-color: #434A72; }

 span { border-color: rgb(67,74,114); }

 td.TdClassName
 {
   border-color: #434A72;
 }
 .TagClassName
 {
   border-color: #434A72;
 }
</style>