Html Css Color HEX #434A63 Port Gore

📋 copy color: '#434A63'

red 67 ◦ green 74 ◦ blue 99

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

Shades of Port Gore #434A63

Tints of Port Gore #434A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 27.92%
G = 30.83%
B = 41.25%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#434A63 (or 0x434A63) is known color: Port Gore. HEX triplet: 43, 4A and 63. RGB value is (67,74,99). Sum of RGB (Red+Green+Blue) = 67+74+99=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #434A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A63 is #BCB59C. Grayscale: #4A4A4A. Windows color (decimal): -12367261 or 6507075. OLE color: 6507075.

HSL color Cylindrical-coordinate representation of color #434A63: hue angle of 226.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434A63 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 74 99 -
CMYK 0.32 0.25 0 0.61
HSL 226.88º 0.19% 0.33% -
HSV(B) 226.88º 0.32% 0.39% -
XYZ 7.02 6.99 12.78 -
YUV 74.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 67 74 99 0.32 0.25 0 0.61 226.88 0.19 0.33
Hex 43 4A 63 20 19 0 3D E3 13 21
Octal 103 112 143 40 31 0 75 343 23 41
Binary 1000011 1001010 1100011 100000 11001 0 111101 11100011 10011 100001

Color Harmonies of #434A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A63

Black with #434A63

Text Example


Text Example

White with #434A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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