Html Css Color HEX #423FAB Governor Bay

📋 copy color: '#423FAB'

red 66 ◦ green 63 ◦ blue 171

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

Shades of Governor Bay #423FAB

Tints of Governor Bay #423FAB

RGB

 RED value IS 66 (26.17% from 255) = 22%

 GREEN value IS 63 (25% from 255) = 21%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 22%
G = 21%
B = 57%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#423FAB (or 0x423FAB) is known color: Governor Bay. HEX triplet: 42, 3F and AB. RGB value is (66,63,171). Sum of RGB (Red+Green+Blue) = 66+63+171=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #423FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FAB is #BDC054. Grayscale: #4B4B4B. Windows color (decimal): -12435541 or 11222850. OLE color: 11222850.

HSL color Cylindrical-coordinate representation of color #423FAB: hue angle of 241.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423FAB is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 63 171 -
CMYK 0.61 0.63 0 0.33
HSL 241.67º 0.46% 0.46% -
HSV(B) 241.67º 0.63% 0.67% -
XYZ 11.37 7.65 39.41 -
YUV 76.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 66 63 171 0.61 0.63 0 0.33 241.67 0.46 0.46
Hex 42 3F AB 3D 3F 0 21 F2 2E 2E
Octal 102 77 253 75 77 0 41 362 56 56
Binary 1000010 111111 10101011 111101 111111 0 100001 11110010 101110 101110

Color Harmonies of #423FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423FAB

Black with #423FAB

Text Example


Text Example

White with #423FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423FAB; }

 p { color: rgb(66,63,171); }

 H1.HeaderClassName
 {
   color: #423FAB;
 }
 .AnyTagClassName
 {
   color: #423FAB;
 }
</style>

background-color css

<style>
 a { background-color: #423FAB; }

 a { background-color: rgb(66,63,171); }

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

border-color css

<style>
 span { border-color: #423FAB; }

 span { border-color: rgb(66,63,171); }

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