Html Css Color HEX #427AB9 Steel Blue

📋 copy color: '#427AB9'

red 66 ◦ green 122 ◦ blue 185

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

Shades of Steel Blue #427AB9

Tints of Steel Blue #427AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 17.69%
G = 32.71%
B = 49.6%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#427AB9 (or 0x427AB9) is known color: Steel Blue. HEX triplet: 42, 7A and B9. RGB value is (66,122,185). Sum of RGB (Red+Green+Blue) = 66+122+185=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #427AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AB9 is #BD8546. Grayscale: #707070. Windows color (decimal): -12420423 or 12155458. OLE color: 12155458.

HSL color Cylindrical-coordinate representation of color #427AB9: hue angle of 211.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427AB9 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 122 185 -
CMYK 0.64 0.34 0 0.27
HSL 211.76º 0.47% 0.49% -
HSV(B) 211.76º 0.64% 0.73% -
XYZ 17.96 18.58 48.54 -
YUV 112.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 66 122 185 0.64 0.34 0 0.27 211.76 0.47 0.49
Hex 42 7A B9 40 22 0 1B D4 2F 31
Octal 102 172 271 100 42 0 33 324 57 61
Binary 1000010 1111010 10111001 1000000 100010 0 11011 11010100 101111 110001

Color Harmonies of #427AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AB9

Black with #427AB9

Text Example


Text Example

White with #427AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427AB9; }

 p { color: rgb(66,122,185); }

 H1.HeaderClassName
 {
   color: #427AB9;
 }
 .AnyTagClassName
 {
   color: #427AB9;
 }
</style>

background-color css

<style>
 a { background-color: #427AB9; }

 a { background-color: rgb(66,122,185); }

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

border-color css

<style>
 span { border-color: #427AB9; }

 span { border-color: rgb(66,122,185); }

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