Html Css Color HEX #434A70 Port Gore

📋 copy color: '#434A70'

red 67 ◦ green 74 ◦ blue 112

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

Shades of Port Gore #434A70

Tints of Port Gore #434A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 26.48%
G = 29.25%
B = 44.27%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434A70 (or 0x434A70) is known color: Port Gore. HEX triplet: 43, 4A and 70. RGB value is (67,74,112). Sum of RGB (Red+Green+Blue) = 67+74+112=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #434A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A70 is #BCB58F. Grayscale: #4C4C4C. Windows color (decimal): -12367248 or 7359043. OLE color: 7359043.

HSL color Cylindrical-coordinate representation of color #434A70: hue angle of 230.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434A70 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 74 112 -
CMYK 0.40 0.34 0 0.56
HSL 230.67º 0.25% 0.35% -
HSV(B) 230.67º 0.4% 0.44% -
XYZ 7.69 7.26 16.33 -
YUV 76.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 67 74 112 0.40 0.34 0 0.56 230.67 0.25 0.35
Hex 43 4A 70 28 22 0 38 E7 19 23
Octal 103 112 160 50 42 0 70 347 31 43
Binary 1000011 1001010 1110000 101000 100010 0 111000 11100111 11001 100011

Color Harmonies of #434A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A70

Black with #434A70

Text Example


Text Example

White with #434A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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